This repository has been archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 283
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* #223942 Block extension installation when signature verification fails * fix tests
Swaps end for flex-end in browser/hover.css Fixes justify-content value set in microsoft/vscode#210472 . This resolves an autoprefixer warning while bundling with monaco-editor. ``` txt autoprefixer: end value has mixed support, consider using flex-end instead ``` Co-authored-by: Aiday Marlen Kyzy <[email protected]>
…and voice input is not used (#228153)
Fixes #228146
Part of #221145
Not changing quick chat or inline chat, to start. Will also move chat attachments into this space, and possibly split the attachment/other buttons out of the execute toolbar
Move wgsl into own file
* Chat tool confirmations * await
…273) A remote extension can depend on built in descriptive extension that runs locally
…ndencies (#228278)
Pick up TS 5.6 final
* Collapse unchanged lines in input/metadata editors of NB Diff view * Add support for Notebook Metadata Content Provider * revert * Fixes
* Workaround MSAL behavior The main change this makes is around what scopes are being requested. Due to an MSAL or Identity issue, if you request a resource like `FOO/user_impersonation` and then `email`... the 2nd call does not use Graph and instead uses FOO and FOO may not have an `email` scope available. To work around this, if we detect that all scopes being requested are [OIDC scopes](https://learn.microsoft.com/en-us/entra/identity-platform/scopes-oidc#openid-connect-scopes) then we tack on `User.Read` to make sure that what gets returned is in fact from Graph. This prevents an infinite loop that was happening before. MSAL/Identity should fix this behavior, but this works for now. Additionally, MSAL does already tack on OIDC scopes to all requests so I removed the logic that adds those. Couple small things: * Make sure MSAL logs get logged (trace) * Use a Sequencer to make sure acquireToken calls are done sequentially just in case. * more comment
Use Worker to serialize Notebook
Fixes #228833
Implement rectangle renderer and gpu rulers view part
Fixes #222854
* chore: update [email protected] * chore: bump distro
Fixes #228834
Track buffer dirty changes and only upload dirty ranges
Expand object collection buffer when capacity hit
* update variable view for visible notebook editors * update view title for REPL
Revert "Abstract find controller (#228812)" This reverts commit 5dc2ffa.
* update decorations, support deleteRight, bugfixing, control saveParticipants * wording tweaks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.